home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / TEST / Imakefile next >
Encoding:
Makefile  |  1998-08-12  |  171 b   |  13 lines

  1. #define IHaveSubdirs
  2. #define PassCDebugFlags
  3.  
  4. SUBDIRS = glut mui
  5.  
  6. MakeSubdirs($(SUBDIRS))
  7.  
  8. test:
  9.     cd glut ; $(MAKE) test
  10.     cd mui ; $(MAKE) test
  11.  
  12. DependSubdirs($(SUBDIRS))
  13.